-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allows check-ins of unreassignable licenses #16063
base: develop
Are you sure you want to change the base?
Allows check-ins of unreassignable licenses #16063
Conversation
PR Summary
|
disabled button color has been fixed 👍 |
looking into failing tests |
Not sure I love the field |
(Also, tests are failing) |
😆 @Godmartinz and I were going back and forth on how best to communicate what the column represents. |
@marcusmoore - |
@snipe we (me really) were trying to avoid confusion around a license seat having Maybe other devs won't find that as confusing as I did. |
@marcusmoore |
@snipe that would be a lot clearer for me. Though I would go with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bones are solid but I think there is some improvements that can be made.
database/migrations/2025_01_15_190348_adds_unavailable_to_license_seats_tables.php
Outdated
Show resolved
Hide resolved
database/migrations/2025_01_15_190348_adds_unavailable_to_license_seats_tables.php
Outdated
Show resolved
Hide resolved
…se_cleanup moved methods to licenseSeat model, clean up code, removed unused namespaces etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor things (testing)
…se_cleanup adds bulk check in of unreassinable licenses, cleans up methods used for counting.
This adds the ability to check in unreassignable licenses. After checking in an unreassignable license the seat will be disabled for checkout and marked in the database so no API checkouts can occur.
This also gives the ability to bulk check in an unreassignable license with the same outcomes.
The available seat count is also updated accordingly on the seats tab, the index page, and the licenses reports. API attempt to checkout an unreassignable:[sc-14999]